| Description | : Gets the set of languages currently supported by other operations of the Translator. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "GetSupportedLanguages",
"$responses": {
"200": {
"$properties": {
"@added_e8305535368f426abc1bd6c43b2ba685": {
"#name": "models",
"Description": "LLM models supported.",
"Required": false,
"Type": "array",
"$items": {
"Type": "string"
}
},
"@removed_d0f0632fe4294624b42e9f7b493f48de": {
"#name": "dictionary",
"Description": "Languages that support dictionary API.",
"Required": false,
"Type": "object"
}
}
}
}
}
⚼ Request
GET:
/languages
{
X-ClientTraceId:
string
,
scope:
string
,
Accept-Language:
string
,
If-None-Match:
string
,
api-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
etag:
string
,
x-requestid:
string
,
}
$schema:
}
{
,
translation:
object
,
transliteration:
object
,
models:
}
[
,
string
,
]
⚐ Response (default)
{
$headers:
{
,
x-requestid:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
}